Remove Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodRemove(TKey)
Removes a key from the dictionary. This method must be overridden in the derived class.
(Inherited from MultiDictionaryBase<(Of <TKey, TValue>)>.)
Public methodRemove(TKey, TValue)
Removes a given value from the values associated with a key. If the last value is removed from a key, the key is removed also.
(Overrides MultiDictionaryBase<(Of <TKey, TValue>)>..::Remove(TKey, TValue).)

See Also